KeyedItem.markAsSaved

Changes this to not contain changes. Should only be used after a save.

mixintemplate KeyedItem(ClusteredIndexAttribute = PrimaryKeyColumn)
final nothrow pure @safe @nogc
void
markAsSaved
()
if (
isInstanceOf!(UniqueConstraintColumn, ClusteredIndexAttribute)
)

Meta